CSharpTest.Net
BTreeList<T> Constructor(Int32,IComparer<T>,IEnumerable<T>)
See Also  Send Feedback Download Help File
CSharpTest.Net.Library Assembly > CSharpTest.Net.Collections Namespace > BTreeList<T> Class > BTreeList<T> Constructor : BTreeList<T> Constructor(Int32,IComparer<T>,IEnumerable<T>)

order
comparer
copyFrom

Glossary Item Box

Constructs a BTreeList instance.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal order As Integer, _
   ByVal comparer As IComparer(Of T), _
   ByVal copyFrom As IEnumerable(Of T) _
)
C# 
public BTreeList<T>( 
   int order,
   IComparer<T> comparer,
   IEnumerable<T> copyFrom
)

Parameters

order
comparer
copyFrom

Requirements

Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7

See Also

Generated with Document! X 2011 by Innovasys